object ModifFete: TModifFete Left = 659 Top = 201 BorderStyle = bsDialog Caption = 'Ajouter une f'#234'te' ClientHeight = 110 ClientWidth = 338 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object SC_Line5: TSC_Line Left = 0 Top = 76 Width = 338 Height = 34 BorderShape = bsTopLine Align = alBottom end object Label1: TLabel Left = 15 Top = 18 Width = 21 Height = 14 Caption = 'Nom' end object Label2: TLabel Left = 180 Top = 18 Width = 141 Height = 14 Caption = 'Date de la f'#234'te au format --/--' end object Button1: TButton Left = 89 Top = 83 Width = 75 Height = 22 Caption = '&Ok' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 2 end object Button2: TButton Left = 175 Top = 83 Width = 75 Height = 22 Cancel = True Caption = '&Annuler' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 end object EditNom: TEdit Left = 15 Top = 33 Width = 160 Height = 22 TabOrder = 0 end object EditFete: TLsAlignEdit Left = 180 Top = 33 Width = 142 Height = 22 ColorNormal = clWindow ColorFocused = clWindow TabOrder = 1 OnExit = EditFeteExit OnKeyPress = EditFeteKeyPress end end